Summary

Inserts a link in an EPT presentation template based on data from an EPT document.

Component properties
Category AS EPT
Version 1.0
Complies with Xhtml 1.0 / 1.1 rules Yes
Supported server programming languages Unspecified or not applicable
Output content type inline

When to use

This component is typically used for inserting a link in a presentation template where the source data exists in the EPT document's field data. 

Programming interface

Parameters

LinkText
Name of the EPT field that contains the text to use for the link. This parameter is ignored if the StaticLinkText is supplied.
StaticLinkText
A value that specifies a text for the link
LinkImage
Optional. Name of the EPT field that contains the url to an image which will be displayed in the link. This parameter is ignored if the StaticLinkImage is supplied.
StaticLinkImage
A value that specifies the image in the link.
ImageAlt
Optional. Name of the EPT field that contains the content of the alt attribute for the linkimage. This parameter is ignored if the StaticLinkAlt is supplied.
StaticImageAlt
Optional. Value that specifies the alt attribute for the linkimage.
LinkURL
Name of the EPT field that contains the URL (HREF) for the link. This parameter is ignored if the StaticLinkURL is supplied.
StaticLinkURL
A value that specifies the URL (HREF) for the link
Title
Name of the EPT field that contains the content of the title attribute for the link. This parameter is ignored if the StaticTitle is supplied.
StaticTitle
A value that specifies the title attribute for the link.
Target
Name of the EPT field that contains the target attribute for the link. This parameter is ignored if the StaticTarget is supplied.
StaticTarget
A value that specifies the target attribute for the link.
Presentation template
Optional. A  presentation template id to insert in the link.
OptionalQueryString
An optional querystring to be added to the link.
Link class name
Name of the EPT field that contains the class attribute for the link. This can be used if you want to apply styling to the link.
Link static class name
A value that specifies the class attribute for the link. This can be used if you want to apply styling to the link. 

Remarks

If the link contains an image and the doc type is Xhtml 1.0 strict or later, a border will be displayed by default and must be handled using CSS.